home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #70 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #70 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / InstallLib < prev    next >
Text File  |  1994-04-16  |  2KB  |  59 lines

  1. FailAt 20
  2.  
  3. Version > NIL: iff.library 2
  4. If NOT WARN
  5.     Echo "*nYou already got installed :  " NOLINE
  6.     Version iff.library
  7.     Echo "" NOLINE
  8.     Ask "Do you want to install version 22.3 of the iff.library?"
  9.     If NOT WARN
  10.         Skip Noiff
  11.     EndIf
  12. EndIf
  13.  
  14. Echo "*nCopying the iff.library to your LIBS: ..."
  15. Copy > NIL: iff.library TO LIBS:
  16.  
  17. Lab Noiff
  18.  
  19. echo "For Workbench 1.3 users, there is a patch from Nico Francois"
  20. echo "    this patch allows you to run SatTrack V4 without the"
  21. echo "    asl.library.  If you want this installed answer yes"
  22. echo "    to the question.   If you have an laster version if"
  23. echo "    reqtools, and already have rtpatch  installed, you"
  24. echo "    can skip this section.  "
  25. echo "    YOU ALSO NEED TO READ AND INSTALL THE RTPATCH.DOC"
  26.  
  27.  
  28. Version > NIL: req.library 2
  29. If NOT WARN
  30.     Echo "*nYou already got installed :  " NOLINE
  31.     Version req.library
  32.     Echo "" NOLINE
  33.     Ask "Do you want to install version 2.5 of the req.library?"
  34.     If NOT WARN
  35.         Skip Noreq
  36.     EndIf
  37. EndIf
  38.  
  39. Lab Noreq
  40.  
  41. echo "  Installation of RTPATCH requires the following:"
  42. echo "     1. Copy RTPATCH to your favorite location."
  43. echo "          first choice is c:, but make it somewhere"
  44. echo "          where it can be accessed from your boot."
  45. echo "     2. Now modify your s:user-startup to include"
  46. echo "          the following line, after the WBSTARTUP"
  47. echo "          command:"
  48. echo "          "
  49. echo "          RTPATCH "
  50. echo "     3. If you have problems, read the document"
  51. echo "          RTPATCH.DOC that comes with the SatTrack"
  52. echo "          Program."
  53. echo " "
  54.  
  55.  
  56. Echo "*nDone. -- This program can be rerun again if required."
  57.  
  58.  
  59.